home *** CD-ROM | disk | FTP | other *** search
- package java.net;
-
- import java.io.IOException;
- import java.security.PrivilegedExceptionAction;
- import java.util.prefs.Preferences;
-
- final class SocksSocketImpl$3 implements PrivilegedExceptionAction {
- // $FF: synthetic field
- final Preferences val$prefs;
- // $FF: synthetic field
- final SocksSocketImpl this$0;
-
- SocksSocketImpl$3(SocksSocketImpl var1, Preferences var2) {
- this.this$0 = var1;
- this.val$prefs = var2;
- }
-
- public Object run() throws IOException {
- return this.val$prefs.get("username", (String)null);
- }
- }
-